From: Jan Djärv Date: Sun, 16 Nov 2003 16:06:58 +0000 (+0000) Subject: Add HAVE_GTK_MULTIDISPLAY X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24984 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=453fc4fef5b94ad00dcdfb986bc01f6767370198;p=emacs.git Add HAVE_GTK_MULTIDISPLAY --- diff --git a/src/ChangeLog b/src/ChangeLog index 922093632cc..341755551a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2003-11-16 Jan Dj,Ad(Brv + * config.in: Regenerate. + * xfns.c (x_window_to_frame, x_any_window_to_frame) (x_non_menubar_window_to_frame, x_menubar_window_to_frame) (x_top_window_to_frame): Add Display* argument to xg_win_to_widget. diff --git a/src/config.in b/src/config.in index a73a3b7501e..5024712ac43 100644 --- a/src/config.in +++ b/src/config.in @@ -163,6 +163,9 @@ Boston, MA 02111-1307, USA. */ /* Define to 1 if you have the `gai_strerror' function. */ #undef HAVE_GAI_STRERROR +/* Define to 1 if you have the `gdk_display_open' function. */ +#undef HAVE_GDK_DISPLAY_OPEN + /* Define to 1 if you have the `getaddrinfo' function. */ #undef HAVE_GETADDRINFO @@ -214,6 +217,9 @@ Boston, MA 02111-1307, USA. */ /* Define to 1 if using GTK. */ #undef HAVE_GTK +/* Define to 1 if GTK can handle more than one display. */ +#undef HAVE_GTK_MULTIDISPLAY + /* Define to 1 if netdb.h declares h_errno. */ #undef HAVE_H_ERRNO